home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 11,000 to 11,999 / 11000.zip / AOLDLs / PC-WELT Listings & Tabellen / KILLMRU.exe / KillMRU.VBS
Text File  |  1998-10-29  |  713b  |  10 lines

  1. '************************************************************
  2. 'Das Script l÷scht die angegebenen Schlⁿssel in der Registry
  3. '************************************************************
  4. Dim WSHShell
  5. Set WSHShell = WScript.CreateObject("WScript.Shell")
  6. WSHShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU\"
  7. WSHShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Doc Find Spec MRU\"
  8. WSHShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FindComputerMRU\"
  9. WSHShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs\"
  10. WSHShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\PrnPortsMRU\"